home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Light ROM 3
/
Light ROM 3 - Disc 2.iso
/
programs
/
amiga
/
titlers
/
vidtitlr
/
vidtitlr.lha
/
VIDEOTITLER
/
HDInstallE
< prev
next >
Wrap
Text File
|
1994-04-15
|
2KB
|
52 lines
.K ""
echo " "
echo " HD-installation-script for VideoTitler V1.1x"
echo " "
echo " This script does only copy the library and the fonts. To install the pro-"
echo " gramm itself, simply drag the VideoTitler drawer in the desired drawer"
echo " of your harddisk. To function normally, this script requires that your"
echo " Amiga was booted from harddisk."
echo " "
if exists LIBS:reqtools.library
echo "The version of the reqtools.library already installed in your system is ..."
version LIBS:reqtools.library
echo "The version of the OS 1.2/1.3 reqtools.library provided is ..."
version :videotitler/libs/reqtools.library
echo "The version of the OS 2.0+ reqtools.library provided is ..."
version :videotitler/libs/reqtools20.library
echo " "
ask "Now, do you want to replace your reqtools by the provided one ? (y/n)"
if warn
ask "Is your Amiga still equipped with Kickstart 1.2 or 1.3 ? (y/n)"
if warn
echo "Copying OS 1.2/1.3 reqtools.library ..."
copy :videotitler/libs/reqtools.library to LIBS:
else
echo "Copying OS 2.0 reqtools.library ..."
copy :videotitler/libs/reqtools20.library to LIBS:reqtools.library
endif
endif
else
ask "Is your Amiga still equipped with Kickstart 1.2 or 1.3 ? (y/n)"
if warn
echo "Copying OS 1.2/1.3 reqtools.library ..."
copy :videotitler/libs/reqtools.library to LIBS:
else
echo "Copying OS 2.0 reqtools.library ..."
copy :videotitler/libs/reqtools20.library to LIBS:reqtools.library
endif
endif
ask "Do you want to copy the fonts to your harddisk ? (y/n)"
if warn
echo "Copying Fonts ..."
copy :videotitler/fonts to Fonts: all
endif
echo "Ok. Click on the close gadget to get rid of this window."